home *** CD-ROM | disk | FTP | other *** search
/ MacAdvocate 2 / apple-mac-advocate-ii-fall-1997.iso / mac / Goodies / Fun Stuff / Calculators / iCount / iCount.rsrc / STR#_10151.txt < prev    next >
Encoding:
Text File  |  1995-12-20  |  717 b   |  67 lines

  1. sin(a)
  2. The sine of angle a.
  3.  
  4.  
  5.  
  6. Example: sin(30)
  7.  
  8. cos(a)
  9. The cosine of angle a.
  10.  
  11.  
  12.  
  13. Example: cos(45)
  14.  
  15. tan(a)
  16. The tangent of angle a.
  17.  
  18.  
  19.  
  20. Example: tan(45)
  21.  
  22. asin(x)
  23. The arc sine of number x
  24. (where -1‚â•x‚â•1).
  25.  
  26.  
  27. Example: asin(0.5)
  28.  
  29. acos(x)
  30. The arc cosine of number x
  31. (where -1‚â•x‚â•1).
  32.  
  33.  
  34. Example: acos(1)
  35.  
  36. atan(x)
  37. The arc tangent of number x
  38. (where -1‚â•x‚â•1).
  39.  
  40.  
  41. Example: atan(1)
  42.  
  43. atan2(x,y)
  44. Computes the principal value of the arc tangent of y/x.
  45. It uses the signs of x and y to determine the angle quadrant.
  46. Example: atan2(3,4)
  47.  
  48. sinh(x)
  49. The hyperbolic sine of number x.
  50.  
  51.  
  52.  
  53. Example: sinh(5)
  54.  
  55. cosh(x)
  56. The hyperbolic cosine of number x.
  57.  
  58.  
  59. Example: cosh(5)
  60.  
  61. tanh(x)
  62. The hyperbolic tangent of number x.
  63.  
  64.  
  65. Example: tanh(5)
  66.  
  67.